home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Zoom 2
/
Zoom - Release 2 (1996)(Active Software)[!].iso
/
programming
/
amos
/
amossible
/
spritesnbobs
/
easyanim.bak
/
easyanim.amosSourceCode
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
AMOS Source Code
|
1980-05-16
|
159 b
|
13 lines
Screen Open 0,320,256,16,Lowres
Flash Off
Curs Off
Cls 0
Load "ATTBG:JUMP.Abk"
Get Sprite Palette
I=1
Do
Bob 1,150,110,I
I=I+1
If I=4 Then I=1
Wait 10
Loop